home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Acao
/
BlueCustom.swf
/
scripts
/
frame_630
/
PlaceObject2_241_14
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Wrap
Text File
|
2008-09-25
|
274b
|
14 lines
onClipEvent(enterFrame){
if(this._x < -500)
{
this._x = 900;
this.gotoAndStop(this._currentframe + 1);
}
if(this._x > 1000)
{
this._x = -400;
this.gotoAndStop(this._currentframe - 1);
}
this._x += _global.xgo / 2;
}